Description
A java applet that will display a windows style menu with hyperlinks upon the user right-clicking it.
Properties
Property |
Description |
Width |
The width of the applet in pixels. |
Height |
The height of the applet in pixels. |
Menu Setup |
Stores the list of menu items with their corresponding Captions and URLs. |
Insertion Point |
The character position within the current document where the applet code will be inserted into and hence appear within the browser. You must enter an Insert Point before viewing the applet within the current document. |
Browser Compatibility
Navigator 3 |
IE 3 |
Navigator 4++ |
IE 4++ |
compatible |
compatible |
compatible |
compatible |
Aditional Information
When uploading a document that contains this applet be sure to include the following class file(s) in the same directory as the HTML document...
- popupURL.class
- popupURL$1.class
- popupURL$2.class
- image.gif
The applet requires an "image.gif" file to be located in the same directory as the applet files. Java Script It! will automatically place this file in the proper directory but you will want to alter it to look and fit your own needs.
Troubleshooting
- If the applet does not display properly or does not display at all then check to make sure that the applet code is inserted into the proper position within the document and that the tagging structure (ie broken tags) is correct
- If the applet displayed locally but not when you upoaded it to a server then make sure that all class files were uploaded (listed above under Additional Information) and that their names were correctly maintained during the transer (class files names are case sensitive)
- Make sure the "image.gif" file is placed in the same directory as the applet (.class) files (see Additional Information)